home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 November / EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso / earcd / guide / iso2html.readme < prev    next >
Text File  |  1995-08-23  |  1KB  |  33 lines

  1. Short:    Convert chars to html expressions
  2. Author:   chr@quack.westfalen.de (Christian Ruetgers)
  3. Uploader: chr@quack.westfalen.de (Christian Ruetgers)
  4. Type:     text/hyper
  5.  
  6.  
  7. Usage: iso2html <original_text >coverted_text
  8.  
  9. iso2html convert ISO Latin 1 chars 191-255 to html expressions as described in 
  10. "Hypertext Markup language" (March 15, 1993 by Berners-Lee and Connolly).
  11.  
  12. In a html document you can use the ascii charset from char 32 to 126. If you 
  13. need language specific chars like the german umlauts "e.g. ÄÜÖ" you have to 
  14. express them to paraphrase with html specific elements called "ISO Latin 1 
  15. character entities".
  16.  
  17. e.g. A capital O umlaut mark (Ö, char 214) have to be written as "Ö".
  18.  
  19. iso2html dont't convert char 60 (<), char 62 (>), char 34 (") and char 38 (&). 
  20. These chars are part of the html command set. If you want to use them in yout 
  21. text, use this translations:
  22.  
  23. &qout;  The double qoute sign (")
  24. &   The ampersand sign (&)
  25. <    The less than sign (<)
  26. >    The more than sign (>)
  27.  
  28.  
  29. If you miss features Email me.
  30.  
  31. The source is added to the archive. If you add or change features, please
  32. send the new source to me by Email.
  33.